home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / montor.zip / MONSRC.ZIP / MONTABOU.TXT < prev    next >
Text File  |  1993-11-03  |  3KB  |  89 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Montor"
  5.    ClientHeight    =   1470
  6.    ClientLeft      =   315
  7.    ClientTop       =   2760
  8.    ClientWidth     =   5550
  9.    Height          =   1995
  10.    Icon            =   MONTABOU.FRX:0000
  11.    Left            =   255
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   1470
  16.    ScaleWidth      =   5550
  17.    Top             =   2295
  18.    Width           =   5670
  19.    Begin PictureBox Picture1 
  20.       AutoSize        =   -1  'True
  21.       BackColor       =   &H80000008&
  22.       BorderStyle     =   0  'None
  23.       Height          =   480
  24.       Left            =   240
  25.       Picture         =   MONTABOU.FRX:0302
  26.       ScaleHeight     =   480
  27.       ScaleWidth      =   480
  28.       TabIndex        =   1
  29.       Top             =   240
  30.       Width           =   480
  31.    End
  32.    Begin CommandButton CommandOK 
  33.       Caption         =   "OK"
  34.       Default         =   -1  'True
  35.       Height          =   315
  36.       Left            =   4680
  37.       TabIndex        =   0
  38.       Top             =   120
  39.       Width           =   735
  40.    End
  41.    Begin Label Label4 
  42.       Caption         =   "December 7th, 1993  U.S. Edition"
  43.       Height          =   255
  44.       Left            =   1020
  45.       TabIndex        =   5
  46.       Top             =   1140
  47.       Width           =   4335
  48.    End
  49.    Begin Label Label3 
  50.       Caption         =   "First published in PC Magazine "
  51.       Height          =   255
  52.       Left            =   1020
  53.       TabIndex        =   4
  54.       Top             =   840
  55.       Width           =   4335
  56.    End
  57.    Begin Label Label2 
  58.       Caption         =   "Copyright ⌐ 1993 by Neil J. Rubenking"
  59.       Height          =   255
  60.       Left            =   1020
  61.       TabIndex        =   3
  62.       Top             =   540
  63.       Width           =   4335
  64.    End
  65.    Begin Label Label1 
  66.       Caption         =   "Montor Version 1.0"
  67.       Height          =   255
  68.       Left            =   1020
  69.       TabIndex        =   2
  70.       Top             =   120
  71.       Width           =   3495
  72.    End
  73.    Begin Shape Shape1 
  74.       BackColor       =   &H80000008&
  75.       FillColor       =   &H00FFFFFF&
  76.       FillStyle       =   0  'Solid
  77.       Height          =   735
  78.       Left            =   120
  79.       Top             =   120
  80.       Width           =   735
  81.    End
  82. End
  83. Option Explicit
  84.  
  85. Sub CommandOK_Click ()
  86.   Form2.Hide
  87. End Sub
  88.  
  89.